COPY FILE

This command will copy an existing file to a new file.

  Syntax
COPY FILE Source Filename, Destination Filename
  Parameters
Source Filename
String
The command will copy an existing file
Destination Filename
String
The destination filename must not exist or the command will fail

  Returns

This command does not return a value.

  Description

The destination filename must not exist or the command will fail.

  Example Code
cls
copy file "data.dat","backupdata.dat"
do
loop
end
  See also

FILE Commands Menu
Index